for ...in for...of forEach


Posted by mijouhsieh on 2023-03-16

迴圈 for...of
迭代對象: 陣列、類陣列、字串、Map、Set、NodeList

forEach
陣列、NodeList

迴圈 for ..in
迭代對象: 物件的key
不可迭代於: 陣列元素


#for ...in #for...of #foreach







Related Posts

Gatsby程序化產生頁面

Gatsby程序化產生頁面

MTR04_1107

MTR04_1107

[筆記] Linux管理、Shell script 簡易範例

[筆記] Linux管理、Shell script 簡易範例


Comments